home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00133.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  621 b   |  23 lines

  1. global gProjectorInUse, gIntroVR, gGirlVR
  2.  
  3. on startMoviePrefs
  4.   set the centerStage to 1
  5.   if the colorDepth < 8 then
  6.     set the colorDepth to 8
  7.   end if
  8.   if the machineType <> 256 then
  9.     if not (the quickTimePresent) then
  10.       set x to "Excuse me, but I couldn't find the QuickTime extension in your System Folder."
  11.       set x to x & RETURN & RETURN & "Please install the QuickTime extension and restart your Macintosh."
  12.       alert(x)
  13.       if not (the shiftDown) then
  14.         quit()
  15.         exit
  16.       end if
  17.     end if
  18.     initRearWindow()
  19.     fillWithSpecificColor(255)
  20.   end if
  21.   set gProjectorInUse to 1
  22. end
  23.